home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / docs / stationd.lha / StationfallCodes.doc < prev   
Encoding:
Text File  |  1987-10-04  |  758 b   |  23 lines

  1. 'Station Fall' was brought to you by Mr.Who ??? of The League
  2.  
  3. In the package there is a timetable with 105 !!! codes...
  4. These codes has been converted to a program by ...guess who ? Yes you are -
  5. by Mr.Who ???
  6.  
  7. This program will run on your friends C-64 or could easily be converted
  8. to the Amiga...
  9.  
  10. 1 REM *    Mr.Who of The League   *
  11. 2 y=632:s=23:g=1
  12. 3 PRINT "Do ya want printer option ? (Y/N)"
  13. 4 GETa$:IFa$="" OR (a$<>"Y" AND a$<>"N") THEN 4
  14. 5 FORt=4300 TO 9550 STEP 50
  15. 6 PRINT t;"-";t+49;": ";ABS(y)
  16. 7 IFa$="Y" THEN PRINT#4,t;"-";t+49;": ";ABS(y)
  17. 8 y=y-s:g=g+1:IFg=2THENg=0:s=s-1
  18. 9 NEXT t
  19. 10 IFa$="Y" THEN CLOSE 4
  20.  
  21. The Codes is used in the start of the program. When you are ready to depart
  22. from the Spacestation, type TIME, and type in the right code.
  23.